home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 3 / Amiga Format CD03 (1996-07-04)(Future Publishing)(GB)(Track 1 of 6)[!][issue 1996-08].iso / comms / netsoftware / amigafaces.lha / faces.db < prev    next >
Text File  |  1994-12-11  |  2KB  |  62 lines

  1. # AmigaFaces V0.1
  2. # Example db file.
  3. #
  4. # Entries have two fields, separated by one or more spaces or tabs.
  5. # The first entry is an address pattern, the second one the
  6. # command to be performed in case of an address match.
  7. #
  8. # Allowed wildcards are UNIX-style * and ?, where * stands for 
  9. # an arbitrary sequence of characters and ? for one arbitrary
  10. # character.
  11. #
  12. # Examples:
  13.  
  14. # Play the not_again sample if mail from foo arrives:
  15.  
  16. foobar@foo.bar.com    playsound sounds:not_again.8svx
  17.  
  18. # Play the help sound whenever mail from fidonet arrives:
  19.  
  20. *.fido.org        playsound sounds:help.8svx
  21.  
  22. # If your girlfriend has the username aphrodite on various machines in
  23. # the same domain, you could use:
  24.  
  25. aphrodite@*.ufoo.edu    playsound sounds:halleluhjah.8svx
  26.  
  27. # Ah, almost forgot: Lines starting with # are comments ;-)
  28. #
  29. # The matching of the address is terminated when the first match
  30. # occures. I don't know if this was a good idea of mine. This is
  31. # mainly done to prevent double-reaction in cases where one pattern is
  32. # just more special then another:
  33. #
  34. # oesi@paradis.rhein.de    Yell hooray
  35. # *.de            say "Mail from good old Germany"
  36. #
  37. # In this case mail from me does not invoke both actions, but just the 
  38. # first one.
  39. #
  40. # Of course you are not limited to sounds, how about a nice little
  41. # requester ? (AmigaDos 3.0 and up)
  42.  
  43. joe.important@gotcha.com RequestChoice "Help ! It's joe!" "Args|Urgs|Hmm"
  44.  
  45. # If you have found a funny use for this program, let me know ! I'm
  46. # curious !
  47.  
  48. # Following is part of my settings, which you will most propably want
  49. # to delete.
  50.  
  51. ws@*            playsound sys:prefs/presets/sounds/thatshim
  52. Wolli*          playsound sys:prefs/presets/sounds/thatshim
  53.  
  54. oesi@*         play http:docs/sounds/cuckoo.au
  55. oesterhe@*      play http:docs/sounds/cuckoo.au
  56. oe@*        play http:docs/sounds/cuckoo.au
  57.  
  58. *@*rhein.de    play http:docs/sounds/spock_fascinating.au
  59.  
  60. # EOF
  61.